home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2991 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: 68060 Problems -Why is my code so slow????
  5. Date: 7 Feb 1996 17:03:48 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4fam1k$sn4@sunsystem5.informatik.tu-muenchen.de>
  9. References: <3115FDB6.323D@gih.no> <4f6umt$jm9@erinews.ericsson.se>
  10. NNTP-Posting-Host: hphalle1a.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle1a.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <4f6umt$jm9@erinews.ericsson.se>, emwnie@emw.ericsson.se (Linus Nielsen) writes:
  15. |> Organization: Ericsson
  16. |> Lines: 13
  17. |> Message-ID: <4f6umt$jm9@erinews.ericsson.se>
  18. |> References: <3115FDB6.323D@gih.no>
  19. |> NNTP-Posting-Host: hpmde1.emw.ericsson.se
  20. |> X-Newsreader: TIN [version 1.2 PL2]
  21. |> 
  22. |> HAAVARD JAKOBSEN (haa_jako@gih.no) wrote:
  23. |> : I seem to have a serious problem here....
  24. |> 
  25. |> : NONE of my old code is faster with my 68060 board....
  26. |> : I can get some of the rutines to run faster if I run a startup
  27. |> : without setpatch, but most of it will be SLOWER then a stock 1200...
  28.  
  29. setpatch changes the screen-fetchmode. Looks like you are running in
  30. chipmem. Select 1280x256 screenmode 8 planes and look if everything
  31. gets slower (everything, not screenacess. just type "dir dh1: opt a"
  32. or something like that).
  33.  
  34. |> 
  35. |> : CAN SOMEONE PLEASE HELP, PLEASE?????
  36. |> 
  37. |> Well, how is your memory configuration? Do you have 32-bit fast RAM?
  38. |> If so, is your code located in fast RAM?
  39. |> 
  40.  
  41. 2 possibilties:
  42.  
  43. a) all your old code only allocates chpimem. Also Breathless (I don't
  44.    know the game) might be one of that chiponly demos.
  45.  
  46. b) Bought a 060, no money left for buying fastmem :)
  47.  
  48. a) is very unlikely. I guess it's b). Buy some fastmem.
  49.  
  50. |> /Linus
  51. ------------------------------------------------------------------------
  52.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  53.  
  54.